projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
540c665
)
Add release note about GtkBin compatibility
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 27 May 2013 19:03:04 +0000
(15:03 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 27 May 2013 19:03:04 +0000
(15:03 -0400)
README.in
patch
|
blob
|
history
diff --git
a/README.in
b/README.in
index c002e115ebac6eb1fef27c85fe17decf722b25ab..ad50edf7ee91804472603c25dd5ff0d6a2debd25 100644
(file)
--- a/
README.in
+++ b/
README.in
@@
-87,6
+87,10
@@
Release notes for 3.10
If you experience sizing problems with widgets in ported code,
carefully check the expand and fill flags of your boxes.
+* GtkBin no longer provides default implementations for
+ get_height_for_width, subclasses now have to provide their own
+ implementation if they need height-for-width functionality.
+
Release notes for 3.8
=====================